home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / exhost13.arc / WHATSNEW.TXT < prev   
Text File  |  1990-11-03  |  11KB  |  224 lines

  1.    SOME IMPROVEMENTS AND BUG FIXES IN VERSION 1.3:
  2.  
  3.     NEW HOST SECURITY LEVELS:
  4.     The Host secutity levels were slightly modified in version 1.3.
  5.     The new levels are described below.
  6.  
  7.     Level 0 - Caller is "locked-out" of the Host and will have no access.
  8.     Level 1 - Callers may read mail, view bulletins and info screen, page
  9.               the SysOp, or leave a private message to the SysOp.
  10.     Level 2 - Same as 1, but may also view file directories and perform a
  11.               text search on directories.
  12.     Level 3 - Same as 2, but may also enter public messages and upload files.
  13.     Level 4 - Same as 3, but has access to doors and may view files.
  14.     Level 5 - Caller has full guest privilges including the ability to
  15.     download files.
  16.     Level 6 - Same as 5, but no time limit is imposed on caller.
  17.     Level 7 - Not used (same as 6).
  18.     Level 8 - Not used (same as 6).
  19.     Level 9 - SysOp status.  Caller has full access to all SysOp
  20.     functions.
  21.  
  22.    Callers with access levels below level 3 now have the ability to leave
  23.    a private message to the SysOp.
  24.  
  25.    Slight modifications were made to the message entry code in order to allow
  26.    the entry of extended ascii characters.  This allows the entry of border
  27.    characters, and also permits users to enter messages with letters such as
  28.    ä, ü, è, etc., which are common in the european languages.
  29.  
  30.    More color was added and other minor improvements and fixes were made to
  31.    the public message base.
  32.  
  33.    Trailing spaces are now stripped out of caller's name in order to make
  34.    the Host more strict during name/password entry.
  35.  
  36.    Caller's time left is now calculated from the door menu, eliminating the
  37.    possibility of callers being allowed to stay on too long.  Also, the time
  38.    of day, and time left is now displayed at the door menu prompt.
  39.  
  40.    Some problems arising out of more than 100 registered callers were fixed.
  41.  
  42.    Added a new option for callers to auto-logoff after their download is
  43.    complete.  Logoff is performed only if transfer is successful.
  44.  
  45.    A new option was added to the configuration of Executive Host.  The event
  46.    time may now be set to any time of day the SysOp prefers.  This new option
  47.    may be also used in order to shut down the host at a certain time.  For
  48.    example, if you wanted the Host to shut-down at 6:00am, you could set your
  49.    event to run at 6:00am, and make the last line of your event read:
  50.    ECHO ~~~+++~~~ATS0=0 > COM1       ( OR WHICHEVER PORT YOU ARE USING )
  51.    This would tell your modem to no longer answer the phone, effectively
  52.    turning off the host.
  53.  
  54.    One more new option added to the configuration of Executive Host.  This one
  55.    allows the Operator to "Lock" baud rates; useful with high-speed modems.
  56.    When this option is turned on, the Host will lock the communications
  57.    rate to the default protocol set in Telix.
  58.  
  59.    The (C)hange Colors option was removed from the SysOp menu and substituted
  60.    with the (C)olor on/off option.  This function was only taking up code
  61.    space, and was never being used by most SysOp's.  Custom color capabilities
  62.    will probably be available again in version 2.0, and will most likely be
  63.    added to the configuration options of the Host.
  64.  
  65.    CHANGES IN VERSION 1.2
  66.  
  67.    The Host now supports multiple download directories!  The SysOp may
  68.    now create subdirectories off of the "Main" file directory and place
  69.    files in them.  Executive Host will auto-detect these new subdirectories
  70.    and search them for downloading.  Files in these subdirectories will also
  71.    be available for view by callers, and will be checked for duplicates
  72.    when a caller attempts an upload.  One Example set-up is as follows:
  73.  
  74.     ┌─────┐     ┌────┐         ┌─────┐
  75.     │TELIX│─────│MAIN│─────────│UTIL │      <--  These are all valid
  76.     └─────┘     └──┬─┘         └─────┘           download directories as
  77.                    │           ┌───────┐         they are subdirectories of
  78.                    ├───────────│PROGRAM│         the MAIN download directory.
  79.                    │           └───────┘
  80.                    │           ┌───────┐         NOTE:  Valid download
  81.                    ├───────────│UTILITY│                directories may be
  82.                    │           └───────┘                ONLY one subdirectory
  83.                    │           ┌──────┐                 deep off of MAIN.
  84.                    ├───────────│GAMES │
  85.                    │           └──────┘
  86.                    │           ┌──────┐
  87.                    ├───────────│EDUCAT│
  88.                    │           └──────┘
  89.                    │           ┌─────┐
  90.                    └───────────│SYSOP│
  91.                                └─────┘
  92.  
  93.    Files in these subdirectories will be available for View and Download by
  94.    all callers with download priveleges (access level 4 and above).
  95.    These subdirectories will also be searched for duplicates when a caller
  96.    attempts an upload.
  97.    No further set-up on your part is required, other that making these
  98.    directories and placing files in them.
  99.  
  100.    The limit on subdirectories is approximately 100, depending on the length
  101.    of each directory name.  This new feature gives the Executive Host SysOp
  102.    more power and flexibility in designing and maintaining the file base.
  103.    Note that this feature now makes the Host CD-ROM compatible.  For
  104.    example, if you had a CD-ROM player configured as your D drive, you
  105.    could set your "Main" download directory as "D:\" (the root directory).
  106.    This would mean that all of the files in subdirectories off of the root
  107.    directory will be available for callers.  However, a few CD-ROM disks are
  108.    designed with subdirectories several layers deep.  In this case, only the
  109.    subdirectories that branch directly off of the root will be available for
  110.    callers.
  111.  
  112.    Downloads are now checked against the caller's time remaining to ensure
  113.    that the caller does not over-extend his\her time limit.
  114.  
  115.    The deletion of public messages is now allowed.  Callers may delete
  116.    messages written to them and also messages written by them. The SysOp may
  117.    delete any public message.
  118.  
  119.    A message base "packer" is now included with Executive Host.  This program
  120.    strips out deleted messages from the MESSAGE.TXT file in order to
  121.    reduce the size of this file, and to speed up the operation of the Host.
  122.    The program is called PACK.EXE and comes with it's own docs (PACK.DOC).
  123.  
  124.    Descriptions of private uploads are now added to a file called private.dir.
  125.  
  126.    The Host Filer was fixed so that it would use the "Main.dir" file for
  127.    certain functions if the SysOp was not using multiple description files.
  128.  
  129.    Callers are now returned to the doorlist menu instead of the main menu
  130.    when coming out of a door.  This feature was added by popular demand.
  131.  
  132.    Callers may stack door numbers when using the O)pen door option from the
  133.    main menu - for example entering "O 2" will open door #2.
  134.  
  135.    A problem with the recording of callers' daily time has been fixed.
  136.  
  137.    Several other minor bugs and problems have been fixed.
  138.  
  139.    CHANGES IN VERSION 1.1
  140.  
  141.    The new sortit.bat file is correct and contains no non-standard DOS
  142.    commands.
  143.  
  144.    The Sort Dir Option in the Host Filer now executes the necessary command.
  145.  
  146.    The Verify Dir File Option has been modified so that it now finds all
  147.    files correctly (if they exist).
  148.  
  149.    The Host no longer keeps the phone off-hook after returning from Utility
  150.    and Filer screens, and when coming out of local mode.
  151.  
  152.    SysOp may now choose "0" in the time limit configuration to give callers
  153.    unlimited access time (Callers were being logged off immediately).
  154.  
  155.    The files "doorlist.g" and "bulllist.g" may now be used as ansi color
  156.    versions of the menu files "doorlist" and "bulllist".
  157.  
  158.    Color versions of bulletins (with the letter g added to the end) now are
  159.    used correctly if the caller has ansi turned on.
  160.  
  161.    The dorinfo1.def file is created correctly if using com2 or in local mode.
  162.  
  163.    Auto-answer string should now work for all modems.
  164.  
  165.    The "Last Message Read" number is now displayed correctly.
  166.  
  167.    Option "S" in the file directories menu line has been removed since this
  168.    option is available from the main menu (text search).
  169.  
  170.    The limit on number of registered users has been raised from 99 to 999.
  171.  
  172. ** IMPORTANT NOTE:
  173.    Version 1.1 uses a slightly different message base format.  Therefore, it
  174.    will not run properly with a message base and execmail.dat file created
  175.    by version 1.0.
  176.  
  177.    If you do not want to lose your existing message base, there is a way
  178.    that you can modify the key files to work with the new version.  To
  179.    accomplish this, follow the instructions below.
  180.  
  181.    1.  Edit the EXECMAIL.DAT file with your text editor, and change the
  182.    following example file as shown.
  183.  
  184.    OLD FORMAT FILE
  185.  
  186.     1;00000;00000    <-- Notice that there is a blank space before data
  187.     2;00000;00000    <-- numbers less than 10.
  188.     3;00000;00000
  189.  
  190.    NEW FORMAT
  191.    001;00000;00000   <-- Notice that there are NO spaces in the new format!
  192.    002;00000;00000
  193.    003;00000;00000
  194.  
  195.    2.  You will also have to change your MESSAGE.TXT file, which contains
  196.    the actual messages in your base.  Each message data line (i.e.";;;01;01")
  197.    in this file will have to have an extra zero added to it as shown below.
  198.    Remember that ALL data lines in this file will have to be changed (one
  199.    precedes each individual message).
  200.  
  201.    OLD FORMAT FILE
  202.  
  203.    ;;;00;01
  204.           To:  ALL
  205.         From:  etc, etc, etc.
  206.  
  207.    NEW FORMAT
  208.  
  209.    ;;;000;01          <------- An extra zero in the first number group is all
  210.           To:  ALL             that is required to be compatible with 1.1.
  211.         From:  etc, etc, etc.
  212.  
  213.    Now the conversion is complete!  Of course another way to convert is
  214.    simply delete ALL of your old version data files, including the user file
  215.    EXECHOST.USR and re-install the Host, but this I will leave up to you.
  216.    Keep in mind that if you choose this option, you will have to add all of
  217.    your caller's names back into the new user file (accomplished with the
  218.    "EDIT" guest list option), and therefore should print out your old user
  219.    file before deleting it.
  220.        If you decide to convert your old message base, your old user file
  221.    is compatible with version 1.1, but if you delete the message base
  222.    (along with EXECMAIL.DAT), you will have to delete the user file also,
  223.    since the data numbers will not match up otherwise.
  224.